public DefaultController(IWebNoticeBll webNoticeBll, IWebNewsBll webNewsBll, IWebVediosBll webVedioBll, IWebServiceGuideBll webServiceGuideBll)
 {
     this.webNoticeBll       = webNoticeBll;
     this.webNewsBll         = webNewsBll;
     this.webVedioBll        = webVedioBll;
     this.webServiceGuideBll = webServiceGuideBll;
 }
 public WebVediosController(IWebVediosBll webVediosBll)
 {
     this.webVediosBll = webVediosBll;
 }