public async Task AddNew(PlaneType type) { if (type is PlaneType) { await service.CreatePlaneTypeAsync(type); } }