public ActionResult Create(CreateVM createVM) { var response = ServiceCall.AddImage(createVM); createAlert = response.IsSuccessful.ToString(); return(RedirectToAction("Index")); }