public ICollection <SessionReadDto> GetAll() { var answers = _sessionLogic.GetAll(); return(answers); }