public ActionResult Getalldata()
        {
            var data = rep.GetAll();

            return(Ok(data));
        }