private bool CheckIsBoxIdExistsInManifest(string boxId)
 {
     return(_repositoryShipment.BoxIdExist(boxId));
 }