public object CrossProduct(CrossProductModel model)
 {
     return(_speakerService.CrossProduct(model));
 }