public DataTable verDepartamento()
 {
     datagrid = contacto.mostrarDepartamento();
     return(datagrid);
 }