public ActionResult ExistFullName(string FullName, string keyValue) { bool IsOk = postBLL.ExistFullName(FullName, keyValue); return(Content(IsOk.ToString())); }