public IEnumerable <Rent> GetByRoomId(Guid room_id)
 {
     return(_rentRepository.GetByRoomId(room_id));
 }