public bool CheckExistsAccount(string account, int id) { return(_patient.CheckExistsAccount(account, id)); }