public List <DictionaryTypeTableDb> GetAllList()
 {
     return(PermissionDal.GetAllList().ToList());;
 }