public DataTable SearchProd(string keyword) { DataTable dataTable = new DataTable(); dataTable = dataProduct.Search(keyword); return(dataTable); }