public IEnumerable <DepartmentViewModel> GetTruckDepartments()
 {
     return(_truckService.GetTruckDepartments());
 }