public void Update(ChurchLibrary.Model.Account entity)
 {
     throw new NotImplementedException();
 }
 public DBAccountRepository()
 {
     account = new ChurchLibrary.Model.Account(DB.DBHelper.ConnectionString);
 }