public RentReq GetRentById(int id)
 {
     return(rentRepository.GetRentById(id));
 }