public bool CanRemoveProject(int id) { return(_ProjectRepository.CanRemoveProject(DataContext, id)); }