public NumberPickerDialogFragment(Context context, string title, NumberPickerOptions options, string callerKey) { _context = context; _title = title; _options = options; _callerKey = callerKey; }