public int GetInfoCount(string year, string month)
 {
     return(access.GetInfoCount(year, month));
 }