/// <summary>
 /// Gets All.
 /// </summary>
 public override List <Project> GetAll()
 {
     return(_projectDataService.GetAll());
 }