public void BaseInit()
 {
     using (var dbContext = new HyperQueryEFContext())
     {
         dbContext.Initialize();
     }
 }