namespace Bücherwurm
{
public interface IProduct
int ProductId {get; set;}
string Category {get; set; }
int LendTime {get; set;}
void OverwriteNullId(int id);
}