public IEnumerable <Transfer> GetTransferListByDate(Transfer date) { return(_dal.SelectTransferListByDate(date)); }