public DataTable GetById(int?id) { objProduct_DAL = new Product_DAL(objProductProperty); return(objProduct_DAL.SelectById(id)); }