public IActionResult Get()
 {
     return(Ok(_repo.GetAllWithDivision().Where(x => x.Active)));
 }