public int AttachStore(IStore store, string StoreId, int TicketId, int CreatedBy)
 {
     _storeRepository = store;
     return(_storeRepository.AttachStore(StoreId, TicketId, CreatedBy));
 }