private void UbicacionesForm_Shown(object sender, EventArgs e) { if (DataGridViewUtil.IsEmpty(dgvUbicaciones)) { MessageBoxUtil.ShowInfo("Todas las ubicaciones fueron compradas."); } }