public RoleModel GetDetailById(int Id) { try { return(CDal.GetDetailById(Id)); } catch (Exception ex) { throw new Exception(ex.Message); } }