public SmartDataSource(ZomBUrl info, IZomBController ddh)
 {
     if (ddh != null)
         this.ddh = ddh.GetDashboardDataHub();
 }
 public SmartDataSource(IZomBController ddh)
 {
     this.ddh = ddh.GetDashboardDataHub();
 }