public List <ProjectDto> GetAllProject()
 {
     try
     {
         return(_projectLogic.GetAllProject());
     }
     catch (Exception e)
     {
         throw new FaultException("Not found!");
     }
 }