public IEnumerable <Rent> GetWithCustomerAndVehicles()
 {
     return(_rentRepository.GetWithCustomerAndVehicles());
 }