protected void Button1_Click(object sender, EventArgs e)
 {
     var data = bll.BranchStockStatus_Details(0, 0, 0, 3);
     int i    = data.Count;
 }