protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (DbContext != null)
         {
             DbContext.Dispose();
         }
     }
 }