public static List <Instance> GetAllActive()
 {
     return(repository.GetAllActive());
 }