public ActionResult RemoveContact(string iId, string strTelephone) { _Provider.RemoveContact(iId, strTelephone); return(View()); }