public ActionResult getVideoIsHome() { var entity = _videoServices.GetIsHome(); return(PartialView(entity)); }