public object TicketPrint(Ticket ticket) { var count = db.proc_TicketDetails(ticket.BookingUserID); return(count); }