public REL_Customer_CategoryDal GetInstance()
 {
     if (_instance == null)
     {
         _instance = new REL_Customer_CategoryDal();
     }
     return(_instance);
 }
 public REL_Customer_CategoryDal GetInstance()
 {
     if (_instance == null)
     { _instance = new REL_Customer_CategoryDal(); }
     return _instance;
 }