public List <SanPham> LaySanPhamTheoNCC(string ma) { var ds = db.LayDsSanPhamTheoNCC(ma); return(ds); }