public ItemRepository(SWEntities context) : base(context) { }
protected RepositoryBase(SWEntities context) { Db = context; DbSet = Db.Set <T>(); }