private DbContext GetNetDatabase() { return(SysContext.CreateDbContext(ConfigurationManager.AppSettings["NetDatabase"], "System.Data.SqlClient")); }