public double Price() { return(MySandwich.GetPrize()); }
public string Description() { return(MySandwich.GetDescription()); }