private bool AccountExists(string id)
 {
     return(Logic.AccountExists(id));
 }