public static int ListMonths(string Year, ref List <string> Months) { return(_database.ListMonths(Year, ref Months)); }