public void RemovePhase(int phaseId)
 {
     ProjectRepo.DeletePhase(phaseId);
 }