public Vessel SoftDeleteObject(Vessel vessel)
 {
     vessel = _repository.SoftDeleteObject(vessel);
     return(vessel);
 }