public static List <Client> GetList() { List <Client> clients = ClientDAL.GetList(); return(clients); }