public ActionResult Lip()
        {
            //取数据
            var model = _cosmeticService.GetAllByLip();

            return(View(model));
        }