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