public IActionResult GetGif(string search, string limit) { Gif.listOfGifs = Gif.GetGif(search, limit); return(RedirectToAction("ViewGifs")); }