public override bool IsLeapMonth(int year, int month, int era) { return(helper.IsLeapMonth(year, month, era)); }