public EFProjectRepository()
 {
     _dbContext = new EFDbContext();
 }
 public EFErrorRepository()
 {
     _dbContext = new EFDbContext();
 }
 public EFUserRepository()
 {
     _dbContext = new EFDbContext();
 }