public static void DoDbOperation(ICrudable x) { x.CreateDb(); x.ReadDb(); x.UpdateDb(); x.DeleteDb(); }