public IList <StockInDTO> GetStockIns() { StockInProvider provider = new StockInProvider(); return(provider.GetAllStockIns()); }