public static int UserID(this HttpResponseBase responseBase)
 {
     return(responseBase.GetAuthCookie().UserID);
 }