public ActionResult Edit(Guid id) { SendMail model = _SendmailSvc.Getbykey(id); return(View(model)); }