public JsonResult ImageValidation_FetchByIsActive(string data, string value)
        {
            // Calling the intermediator file and get the object file
            var ImgvalIsActive = Facade.Admin_ImageUpdate(data, value);

            //Returing the Json to view
            return(Json(new { Result = ImgvalIsActive }));
        }