public IHttpActionResult GetHistoryFound([FromBody] string passwordUser)
 {
     return(Ok(Searches.GetHistoryFound(passwordUser)));
 }