public int GetProjectCount(int id)
 {
     return(_dataRepository.GetNoOfProjects(id));
 }