public async System.Threading.Tasks.Task <ICollection <Task> > GetAllTasksAsync()
 {
     return(await _repository.GetAllTasksAsync());
 }