public IHttpActionResult SeaarchAdvance([FromBody] SearchModel search)
 {
     return(Ok(code.GetProductsByMultiType(search)));
 }