protected List <ActionActiveItem> UserRoleModule(Guid userId, string module)
 {
     if (!string.IsNullOrEmpty(module))
     {
         return(moduleDa.GetlistByTagUserId(module, userId, Roles.GetRolesForUser().ToList()));
     }
     return(new List <ActionActiveItem>());
 }