public IHttpActionResult GetLogs()
 {
     return(Ok(adminsService.GetLogs()));
 }