private static void Main(string[] args) { Food food = new SomeG(); food.Bread(); Console.ReadLine(); }