public void MyTestInitialize()
 {
     this._db = new R2DisasterContext();
     this._re = new EFRepository<GHComprehensive>(this._db);
     this._service = new GHComprehensiveService(this._re);
 }
 public void MyTestInitialize()
 {
     this._db      = new R2DisasterContext();
     this._re      = new EFRepository <GHComprehensive>(this._db);
     this._service = new GHComprehensiveService(this._re);
 }