private bool ExisteColaborador(string EID)
 {
     return(_repositorio.GetPorEID(EID) != null);
 }