public ActionResult get()
 {
     return(Ok(repository.getAll()));
 }