public ActionResult SearchBarTile([FromBody] string title) { DbQuerry db = new DbQuerry(); return(PartialView(db.GetMovie(title))); }