public IEnumerable <PrisonerModel> GetAll()
 {
     //return prisoners;
     return(MySqlDataAccess.GetAllPrisoners());
 }