public int PageCount()
 {
     return(Convert.ToInt32(Math.Ceiling(Plans.Count() / (double)PlanPerPage)));
 }