public ActionResult Edit(string id)
        {
            Emails em = email.GetEmailByStatus(id);

            return(View(em));
        }