public IHttpActionResult GetProduct_byType(int typeid)
 {
     return(Ok(db.sp_ProductByType(typeid)));
 }