public PartialViewResult GetProductsOfMonth()
 {
     return(PartialView(manager.GetProductsOfMonth()));
 }