public IHttpActionResult Search(string name, int typeid)
 {
     return(Ok(db.sp_searchProduct(name, typeid)));
 }