public Medicine Create(Medicine entity)
 {
     Validate(entity);
     return(_medicineRepository.Create(entity));
 }