public ChartService(IChartDAL chartDAL)
 {
     _chartDAL = chartDAL;
 }
 public ParentController()
 {
     iChart = new ChartDAL();
     iConn  = new ConnectionDAL();
     iProj  = new KBProjectDAL();
 }