public UnitOfWork()
 {
     _context = new DBforTestEntities();
 }
 public GenericRepository(DBforTestEntities db)
     : base(db)
 {
 }