public IResponseDTO GetAll()
 {
     _response = _unitOfMeasureService.GetAll();
     return(_response);
 }