public void RemoveImagesForProject(int id)
 {
     ProjectRepo.DeleteImages(id);
 }