public UserRoleDetay GetDetayById(int userRoleId) { return(_userRoleDal.GetDetay(x => x.Id == userRoleId)); }