public Handover Get(int id) { return(iHandoverRepository.Get(id)); }
public List <Handover> Get() { return(iHandoverRepository.Get()); }