public List <TaskListEntryDTO> GetErrors(TaskSeverity severity)
 {
     return(session.GetErrors(severity));
 }