protected override bool OnAuthorizeUser(string username, string password, HttpActionContext actionContext) { return(UserBLL.AuthoriseAdminUser(username, password)); }