public DataTable buscarDepartamento(String id)
 {
     datagrid = contacto.buscarDepartamento(Convert.ToInt32(id));
     return(datagrid);
 }