public bool AgenciaExiste(int ID)
 {
     return(Agencia.AgenciaExiste(ID));
 }