public static LojaContext Create() { if (lojaContext == null || lojaContext.IsDisposed()) { lojaContext = new LojaContext(); } return(lojaContext); }