public AgentPanelController()
 {
     payService = new PaymentService();
     subscriptionService = new SubscriptionService();
     freeService = new FreeTrailService();
     agentTempService = new AgentTemplateService();
     catService = new TemplateCategoryService();
     temService = new TemplateService();
     temService = new TemplateService();
 }
 public TemplateController()
 {
     tservice = new TemplateService();
     catService = new TemplateCategoryService();
 }