public AuthorizeFilter(string url = "")
 {
     objName = url;
     _dal    = new GlobalDAL();
 }