public IActionResult Filtering()
 {
     ViewBag.dataSource = GanttData.FilteredData();
     return(View());
 }