public async Task <IEnumerable <SessionReservation> > ListAsync()
 {
     return(await _sessionResRepository.ListAsync());
 }