public static string GetStringResponse(ViewResponseStatus status, string message)
        {
            var customResponseAlert = new ViewResponseAlert(status, message);

            return(customResponseAlert.ToString());
        }