modelFields.put( COLOR_CURVE_RED, new ColorCurveCtrl( photos, "red" ) );
modelFields.put( COLOR_CURVE_GREEN, new ColorCurveCtrl( photos, "green" ) );
modelFields.put( COLOR_CURVE_BLUE, new ColorCurveCtrl( photos, "blue" ) );
modelFields.put( COLOR_CURVE_SATURATION, new ColorCurveCtrl( photos, "saturation" ) );
folderCtrl = new FolderController( photos );
modelFields.put( PHOTO_FOLDERS, folderCtrl );
// TODO: Add other fields
// Init the views in the fields