public static int ListDays(string Month, string Year, ref List <string> Days) { return(_database.ListDays(Month, Year, ref Days)); }