private string chkToken(AuthenticationHeaderValue token) { repo = new DataRepo(); return(repo.CheckToken(token.Parameter)); }