public FindGoodByIdDto FindOne(int id)
 {
     return(_service.FindById(id));
 }