public ActionResult ChkPasswordExistsOrNot(string password) { var result = CustomerCRUD.ChkPasswordExistsOrNot(password); return(View(result)); }