public List <string> GetVehicleBrandCategory() { Func <SqlConnection, List <string> > action = (connection) => DalProductVehicleInfo.GetVehicleBrandCategory(connection); return(dbManager.Execute(action)); }