public override void PrepareDough(Dought dought) { pizza.DoughtType = dought; }
public abstract void PrepareDough(Dought dought);