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