public PowderTypeService(IPowderTypeRepository iRepository)
 {
     this.repository = iRepository;
 }
 public PowderTypeService()
 {
     this.repository = new PowderTypeRepository();
 }