public bool DeleteMore(string ListId) { try { CDal.DeleteMore(ListId); return(true); } catch (Exception ex) { throw new Exception(ex.Message); } }