// Constructor instantiate every time we call Controller
 public SubmitUrlController()
 {
     _objBl = new UserAreaBl();
     //_objBlCat = new CategoryBl();
     //_objBlUser = new UserBl();
     //_objBlUrl = new UrlBl();
 }
 // Constructor instantiate every time we call Controller
 public BaseSecurityController()
 {
     _objBl = new UserAreaBl();
 }