// DELETE: api/ProjectController/5
 public void Delete(int id)
 {
     ProjectRepo.DeleteAllProject(id);
 }