public static Employee GetById(string connectionString, int id) { return(MyDAL.GetById(connectionString, id)); }