public bool DeleteWorkerAccount(string id)
 {
     return(_accountsRepository.DeleteWorkerAccount(id) > 0);
 }