public IEnumerable <Project> GetAll()
 {
     return(_projectManagementRepository.GetAll());
 }