public T_SYS_ENTITYMENUCUSTOMPERM GetEntityMenuCustomPermByID(string id)
 {
     using (EntityMenuCustomPermBLL bll = new EntityMenuCustomPermBLL())
     {
         return bll.GetEntityMenuCustomPermByID(id);
     }
 }