public void InsertCar(string Brand, int Year, DateTime Date) { OperationsWrapper.Execute(Functions.AddCar(Brand, Year, Date), Connection); }