public void ChangePassword(int id, string s)
 {
     _repo.ChangePassword(id, s);
 }