private void FillGrid() { DataTable dt = new DataTable(); dt = stockBLL.GetAllStock(null); GridBind(dt); }