public async Task <IActionResult> Get()
 {
     return(Ok(await _ticketSrvice.GetAllAsync()));
 }