// GET: /Admin/ProductType/
 public ReceiveInfoController(IReceiveInfoRepository _receiveInfoRepository,
     IReceiveInfoGroupRepository _receiveInfoGroupRepository)
 {
     this.receiveInfoRepository = _receiveInfoRepository;
     this.receiveInfoGroupRepository = _receiveInfoGroupRepository;
     this.baseRepository = _receiveInfoRepository;
 }
        // GET: /Admin/ProductType/

        public ReceiveInfoController(IReceiveInfoRepository _receiveInfoRepository,
                                     IReceiveInfoGroupRepository _receiveInfoGroupRepository)
        {
            this.receiveInfoRepository      = _receiveInfoRepository;
            this.receiveInfoGroupRepository = _receiveInfoGroupRepository;
            this.baseRepository             = _receiveInfoRepository;
        }