public List <StatusDroneDto> GetDroneStatus() { //_droneService.GetDroneStatus().ToList(); return(_droneService.GetDroneStatus().ToList()); }