@Override
  public void configureRidgets() {
    super.configureRidgets();

    getWindowRidget().setTitle("Dairy Profile");

    configureInfoPanelRidgets();
    locationController = new LocationProfileWidgetController(this);
    contactsGroup =
        getRidget(IContactMethodsGroupRidget.class, DairyProfileViewWidgetID.CONTACT_METHODS);
    // configureButtonsPanel();
    contactsGroup.addFocusListener(new DairyProfileSaveAction());
  }
 @Override
 public void configureRidgets() {
   super.configureRidgets();
   observerJumpBackActionRidget();
 }