public GanttController(IGanttService ganttService)
 {
     this._ganttService = ganttService;
 }
 public ProjectController(IGanttService ganttService)
 {
     this._ganttService = ganttService;
 }