public IEnumerable <SanPham> GetSanPhamByTen(string tensp) { var sanPham = _sanPhamRepository.GetSanPhamByTen(tensp); return(sanPham); }