public int Add(ProductsTBModel m) { return(bll.Add(m)); }
public int Delete(ProductsTBModel id) { return(bll.Delete(id)); }