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