public async Task <List <ProjectDto> > GetAllEagerAsync()
 {
     return(_mapper.Map <List <ProjectDto> >(await _taskDAL.GetAllEagerAsync()));
 }