public IList<tblProduct> RetSearch(string key) { DataAccess.Product proobj = new DataAccess.Product(); return proobj.Search(key); }