private bool IsMonth(int line)
 {
     return(Months.IsMonth(line));
 }
 private bool IsMonth(string line)
 {
     return(Months.IsMonth(line));
 }