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