public bool EditRole(RoleModel model, string strDomain) { try { return(roleDAO.EditRole(model, strDomain)); } catch (Exception ex) { throw new Exception(ex.Message); } }