public string AsId()
 {
     return(ControllerName.Append(ActionName, "-").TextOrEmpty().ToLower());
 }