public static void PrintInfo(ICrudable crudable) { crudable.Add(); crudable.Update(); crudable.Delete(); crudable.Read(); Console.WriteLine(); }