public static HRMDbContext GetInstance() { if (instance == null) { instance = new HRMDbContext(); } return(instance); }