public IActionResult Get()
 {
     return(Ok(_mapper.ToDtoArray(_drawService.GetAll())));
 }