public int AddBal(ProdProp pr) { try { ProdDal dal = new ProdDal(); return(dal.Add(pr)); } catch (Exception e) { return(0); } }