public SecurityController()
 {
     _clsSecurity = new clsSecurity();
     _clsGlobal   = new clsGlobal();
     _clsCRM      = new clsCRM();
     _clsAsset    = new clsAsset();
 }
 public clsPayment()
 {
     _clsGlobal = new clsGlobal();
     _clsCRM    = new clsCRM();
 }