public IList <Schedule> GetAll(int pastMonths)
 {
     return(_repository.GetAll(pastMonths));
 }