public IHttpActionResult Get(int id)
 {
     return(Ok(wrepo.Get(id)));
 }