public int ChangePassword(string oldPassword, string newPassword) { checkAuthentication(); return(OperatorService.ChangPassword(Authentication.OperatorId, oldPassword, newPassword)); }