public CfNumberOrder GetNumberOrder(long id)
 {
     return(NumberOrderMapper.FromNumberOrder(NumberService.GetNumberOrder(new IdRequest(id))));
 }