public static IList <employee_info> GetAll()
 {
     return(repository.GetAll());
 }