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