public async Task <IEnumerable <ProjectDto> > GetAll(int userId)
 {
     return(await _crudRepository.GetAllAsync(userId));
 }