public IDataResult <List <RentDto> > GetRentByDto()
 {
     return(new SuccessDataResult <List <RentDto> >(_rentDal.GetByRentDto()));
 }