public ActionResult <bool> IsRegistred(string name, string password) { return(UsersContext.IsRegistred(name, password)); }