public ActionResult Delete(Guid ID) { reposetory.DeleteMessage(ID, CurrentProfile.PersonID); return(RedirectToAction("Index")); }